const github.com/refraction-networking/utls.keyLogLabelClientTraffic

3 uses

	github.com/refraction-networking/utls (current package)
		common.go#L1579: 	keyLogLabelClientTraffic   = "CLIENT_TRAFFIC_SECRET_0"
		handshake_client_tls13.go#L912: 	err = c.config.writeKeyLog(keyLogLabelClientTraffic, hs.hello.random, hs.trafficSecret)
		handshake_server_tls13.go#L917: 	err := c.config.writeKeyLog(keyLogLabelClientTraffic, hs.clientHello.random, hs.trafficSecret)